home *** CD-ROM | disk | FTP | other *** search
/ Your Mobile: Alcatel / Alcatel 2005.iso / Create Stamp / setup.exe / setup.msi / Data1.cab / WizardStamp.swf7 / scripts / DefineSprite_195 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-05-16  |  343 b   |  16 lines

  1. if(_root._ErrTxt != "")
  2. {
  3.    txt = _root._ErrTxt;
  4.    ErrTit = "Fehler";
  5. }
  6. else
  7. {
  8.    txt = "<b>Herzlichen Gl{invalid_utf8=252}ckwunsch!</b>\nIhr Stempel-Logo %1% ist jetzt in Ihrem Telefon gespeichert. Sie finden es im Bilderalbum.";
  9.    ErrTit = "{Felicitation}";
  10. }
  11. if(_root.CurrentLink == "None")
  12. {
  13.    gotoAndStop(2);
  14. }
  15. stop();
  16.